home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / ftp / ftp-anonymous.hlp.z / ftp-anonymous.hlp
Encoding:
Text File  |  1997-07-30  |  2.2 KB  |  61 lines

  1. #!/usr/bin/perl5
  2. #
  3. # ftp-anonymous.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: ftp-anonymous.hlp,v 1.5 1997/04/17 21:29:04 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Anonymous FTP Configuration</H2>
  27. <P>
  28. The FTP daemon recognizes a special login account for the user <VAR>ftp</VAR>.
  29. If this user account exists, FTP allows users to log in with the
  30. user name <VAR>anonymous</VAR> and retrieve files from a special directory
  31. hierarchy.  For security, this is a self-contained hierarchy with everything 
  32. that the FTP daemon needs, and it is impossible for the client to do anything 
  33. outside of this directory.
  34. </P>
  35. <P>
  36. <STRONG>Enable anonymous FTP:</STRONG> This selection allows you to
  37. add or delete the anonymous account. Select <VAR>Yes</VAR> to add
  38. the FTP account and create the directory hierarchy if it does not
  39. already exist. Select <VAR>No</VAR> to remove the FTP account.
  40. </P>
  41. (Default value: No)
  42. <P>
  43. <STRONG>Note:</STRONG> Selecting no does not remove the FTP 
  44. directory hierarchy. To remove it, log in to the system directly 
  45. and remove the files or store them for future use.
  46. </P>
  47. <P>
  48. <STRONG>Home directory for the FTP account:</STRONG> This is the directory
  49. name for the anonymous FTP directory hierarchy. If the directory does not 
  50. already exist, it is created and the necessary files are copied into it. The
  51. default directory is <VAR>/var/ftp</VAR>, but you can enter a different
  52. directory name if you wish.
  53. </P>
  54. (Default value: <VAR>/var/ftp</VAR>)
  55. </P>
  56. <CENTER>
  57. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  58. </CENTER>
  59. </FORM>
  60. EndOfFile
  61.